home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / mechacatdestructo.swf / scripts / DefineButton2_714 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  103b  |  7 lines

  1. on(release){
  2.    if(_parent.Popup._currentframe == 1)
  3.    {
  4.       _global.C.showHelp(true);
  5.    }
  6. }
  7.